Latest posts by Nenad (see all)
- Traquer – Testing made easy - October 25, 2016
- ExtJS tag cloud - June 28, 2016
- Interactive Twitter stream visualization now online! - June 16, 2016
I’ve stumbled upon a piece of code written for Ext 3.2 while searching for ExtJS Tag cloud (word cloud if you wish), and decided to modify it a bit.
It looks something like this
So here is a tag cloud that you can use in your ExtJS 5.xx projects (probably in 6 too), you can take the code here: https://github.com/nenadg/extjs-tag-cloud.
Important note:
Credits for the work goes to people @ https://xp-dev.com/trac/catalog/browser/catalog/CompaniesModule/web-app/js/extjs/ux/Ext.ux.TagCloud.js I’ve just modified constructor to accept store as array.